projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340483d
)
(del_range_both): Reorder args. All callers changed.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 25 Feb 1998 23:18:15 +0000
(23:18 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 25 Feb 1998 23:18:15 +0000
(23:18 +0000)
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/insdel.c
b/src/insdel.c
index 461cf6da40d9affbc22f562d4d44706aef915349..8b4a6fb74aef3c33d387c16e6778f11a1e4a3f61 100644
(file)
--- a/
src/insdel.c
+++ b/
src/insdel.c
@@
-1330,8
+1330,8
@@
del_range_byte (from_byte, to_byte, prepare)
and bytepos. */
void
-del_range_both (from,
to, from_byte
, to_byte, prepare)
- int from,
to, from_byte
, to_byte, prepare;
+del_range_both (from,
from_byte, to
, to_byte, prepare)
+ int from,
from_byte, to
, to_byte, prepare;
{
/* Make args be valid */
if (from_byte < BEGV_BYTE)